AnalyticsScreen

fun AnalyticsScreen(modifier: Modifier = Modifier, id: Int = 0, openDrawer: () -> Unit, onNavigateToSummaryDialog: (BiWeeklyEvaluationEntry?) -> Unit)

Displays the main Analytics screen, which includes navigation and a top bar.

Parameters

modifier

Modifier to be applied to the root composable.

id

The current tab index, defaulting to 0.

openDrawer

A lambda function to open the navigation drawer.

onNavigateToSummaryDialog

A lambda function to handle navigation to the summary dialog for a selected bi-weekly evaluation entry.